home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 608 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: life.ai.mit.edu!mib
  2. From: mib@gnu.ai.mit.edu (Michael I. Bushnell, p/BSG)
  3. Newsgroups: gnu.misc.discuss,comp.std.c
  4. Subject: Re: Coding Standards are ignorant
  5. Date: 19 Mar 1996 15:56:03 GMT
  6. Organization: Free Software Foundation, Cambridge, MA
  7. Message-ID: <MIB.96Mar19105603@gnu.ai.mit.edu>
  8. References: <4gum82$14v4@info4.rus.uni-stuttgart.de>
  9.     <MIB.96Mar15170902@gnu.ai.mit.edu> <wyraut5fqq.fsf@dns.bluesky.net>
  10.     <MIB.96Mar16174948@gnu.ai.mit.edu> <4ifq40$i87@sundog.tiac.net>
  11.     <MIB.96Mar18105957@gnu.ai.mit.edu>
  12.     <314db547.242588844@nntp.ix.netcom.com>
  13. NNTP-Posting-Host: duality.ai.mit.edu
  14. In-reply-to: miker3@ix.netcom.com's message of Mon, 18 Mar 1996 19:17:06 GMT
  15.  
  16. In article <314db547.242588844@nntp.ix.netcom.com> miker3@ix.netcom.com (Mike Rubenstein) writes:
  17.  
  18.    mib@gnu.ai.mit.edu (Michael I. Bushnell, p/BSG) wrote:
  19.  
  20.    > You are not guaranteed that long is the widest integral type.  
  21.  
  22.    Huh?  You most certainly are guarantteed that long is the widest
  23.    signed integral type and unsigned long is the widest unsigned integral
  24.    type by ISO 6.1.2.5.  This with one caveat -- I am assuming that
  25.    "integer type" and "integral type" have the same meaning, but I'm
  26.    pretty sure I've read that this will be made clear in an upcoming
  27.    technical corrigendum.
  28.  
  29. It appears you are correct.  Then the flaw is that you are prohibited
  30. from using more than four widths of integers.  That's a mistake, which
  31. we will all rue when the first 128 bit machines come out.  ;-)
  32.  
  33. Michael
  34.